text: Don't compute invisible char needlessly
authorMatthias Clasen <mclasen@redhat.com>
Sun, 23 Aug 2020 19:12:57 +0000 (15:12 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 23 Aug 2020 21:41:13 +0000 (17:41 -0400)
commitca0f136deb3f2893dcda9a4c7bef868cccee666e
tree8e03ac440bc9daad5f4be300071d7625f5846a8c
parentc0191c722570daf03fe7e89ce70ca7b7423f11a4
text: Don't compute invisible char needlessly

There is no real reason to do expensive text layout
operations unless we need the invisible char because
the text's visibilty is FALSE.
gtk/gtktext.c